home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 15 / Text To Speech media handler / Code / MyOverrideRoutine2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-29  |  417 b   |  6 lines  |  [TEXT/KAHL]

  1. #define kMyOverrideRoutine2    kMediaIdleSelect
  2. pascal ComponentResult MyOverrideRoutine2( PrivateGlobals **storage,TimeValue atMediaTime, long flagsIn, long *flagsOut, const TimeRecord *movieTime );
  3. OSErr SpeakJapanese(PrivateGlobals **storage, Ptr textPtr, long textSize);
  4. OSErr AdjustVoiceVolumeToMovieVolume(PrivateGlobals **storage);
  5. OSErr    SpeakEnglish(SpeechChannel coolSpeechChannel, Ptr textPtr, long textSize);
  6.